home *** CD-ROM | disk | FTP | other *** search
/ New Masters of Flash / New Masters of Flash.iso / pc / MOVIES / 03.dir / 00107_Text_107.txt < prev    next >
Text File  |  2000-09-30  |  353b  |  5 lines

  1. An unwanted effect was that the flashlight would flip up side down if the Variable ΓÇÿy2ΓÇÖ would have a value under 0. I wanted the ΓÇÿY-scaleΓÇÖ-value no less than a 100, because the Scale-Property is set by percentage. A simple ΓÇÿIfΓÇÖ-Action prevented the ΓÇÿy2ΓÇÖ-value to drop under a 100.  
  2.  
  3. If (y2<100)
  4.       Set Variable: "y2" = 100
  5. End If